Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportCreateNewItem<T> Interface
Members

In This Topic
    ISupportCreateNewItem<T> Interface
    In This Topic
    Specifies a calling contract for collections that support the creation of its items.
    Syntax
    'Declaration
     
    
    Public Interface ISupportCreateNewItem(Of T) 
    public interface ISupportCreateNewItem<T> 
    Type Parameters
    T
    See Also